
.name {
    background: linear-gradient(29deg,#e2e789 0,#f8d92fcf 49%,#9a9b14 94%);    
}
    .name h1 {
        margin: 43px 0px 59px 0px;
        color: orangered;
        font-size: 50px;
        font-family: cursive;
        font-weight: bolder;
        text-align: center;
        text-decoration: underline;
    }


.contactus-div {
    background-color: #566d67cf;}

.image2 img{
    width: 80%;
    height: 80%;
    margin:40px 0 20px 0;
}
.form-group
{
    margin-bottom:20px;
    
}
form
{
    margin-top:50px;
}
    
.form-div {
    background-color: #d61b0e;
   
}

/* campus details css*/
.campusinfo-div {
    background-color:#FFEB3B;
}

@media screen and (min-width:60px) and (max-width:500px)
{
    .image2 img {
        width: 100%;
        height: 80%;
        margin: 20px 0 20px 0;
        border-radius:20px;
    }
    .headings  {
        margin-top: 20px;
        margin-bottom: 20px;
        font-family: 'Monotype Corsiva';
        font-size: 30px;
        font-weight: bold;
    }
    

    .form-control {
        width: 90%;
        height: 20%;
        margin-left:20px;
        
    }
    .form-group small, button {
        margin-left: 20px;
    }
}
@media screen and (min-width:768px) {
  
    .image2 img {
        width: 100%;
        height: 80%;
        margin: 40px 0 20px 0;
        border-radius: 20px;
    }

    .headings {
        margin: 30px 0 30px 70px;
       
        font-family: 'Monotype Corsiva';
        font-size: 30px;
        font-weight: bold;
    }
    .form-group small, button {
        margin-left: 40px;
    }

    .form-control {
        width: 80%;
        height: 10%;
        margin-left: 40px;
    }
}


.icon {
    width: 10%;
    display: inline-block;
    font-size: 40px;
    margin-left: 30px;
    margin-right: 0;
}
.content p {
    margin-left: 0px;
    font-family: 'Lucida Calligraphy';
    font-size: 18px;
    text-align: left;
}